vendor/golang.org/x/net/dns/dnsmessage.Builder.section (field)
15 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L1220: section section
message.go#L1252: b.section = sectionHeader
message.go#L1272: if b.section <= sectionNotStarted {
message.go#L1275: if b.section > s {
message.go#L1286: b.section = sectionQuestions
message.go#L1295: b.section = sectionAnswers
message.go#L1304: b.section = sectionAuthorities
message.go#L1313: b.section = sectionAdditionals
message.go#L1320: switch b.section {
message.go#L1343: if b.section < sectionQuestions {
message.go#L1346: if b.section > sectionQuestions {
message.go#L1361: if b.section < sectionAnswers {
message.go#L1364: if b.section > sectionAdditionals {
message.go#L1636: if b.section < sectionHeader {
message.go#L1639: b.section = sectionDone
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |